home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / freeWAIS-sf-1.1 / ui / status.h < prev    next >
C/C++ Source or Header  |  1994-08-04  |  790b  |  42 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    jonathan@Think.COM
  6. */
  7.  
  8. /* Copyright (c) CNIDR (see ../COPYRIGHT) */
  9.  
  10.  
  11. #ifndef _H_STATUS
  12. #define _H_STATUS
  13.  
  14. #define STATUS_INFO 1
  15. #define STATUS_CONT 2
  16. #define STATUS_URGENT 3
  17.  
  18. #define STATUS_LOW 0
  19. #define STATUS_MEDIUM 1
  20. #define STATUS_HIGH 2
  21.  
  22. void PrintStatus _AP((long logtype, long loglevel, char* format, ...));
  23.  
  24. #endif /* _H_STATUS */
  25.  
  26. /*
  27.  *
  28.  * $Log: status.h,v $
  29.  * Revision 1.2  1994/08/05  07:18:43  pfeifer
  30.  * Release beta 04
  31.  *
  32.  * Revision 1.1  93/06/23  20:02:39  warnock
  33.  * Initial revision
  34.  * 
  35.  * Revision 1.1  1993/02/16  15:09:27  freewais
  36.  * Initial revision
  37.  *
  38.  * Revision 1.1  92/06/14  19:00:05  jonathan
  39.  * Initial revision
  40.  * 
  41.  */
  42.